----- CrFontGrImg.jar - Urbano Pereira da Silva -----

How to use CrFontGrImg:

Actualizado em:
18 Março de 2014 - 11h:20m

ENGLISH:
-------

[About this tool]
Written entirely in the Java programming language, this tool aims,
using an image containing characters (source image) to generate
an image with text written using existing characters in the image source.

[Operation]
The internal operation mode, this tool is based on division and
interpretation of an image in blocks mode, commonly known as sprites. 
Has error detection and prevention of infinite loops
by fields filled with wrong values ​​by the user.
During the preview mode of an image before the operation to generate an image,
will be available a few keys and combinations for easy preview. 
The possibility of generating a debug file, if configured,
and the ability to import or export a table or text file created or used to
generate the image.

[Files and formats]
Check out the file(s):
"Ficheiros_E_Formatos.txt" ou "Files_And_Formats.txt"

[How to use it]

If i don't have a table file to import (source table)

1 - Import an image source characters

2 - Carefully fill in the fields:
  - Number of rows (how many rows of characters contains the imported image [amount])
  - Number of columns (how many characters it contains the line that contains more [amount])
  - Height of the lines (which the height of each character [pixels])
  - Width of the columns (which the width of each character [pixels])
  
3 - Press the button "Gerar Tablea"
 Notes:
  - This option will generate a table filling their fields with the "SPACE" character.
  - Each table cell can contain only one character.
  
4 - Press the button "Pré-Visualizar"

5 - Place the text with which you want to create an image or use the option to import a text file containing this.

6 - Fill in the fields height and width desired for the output image.

7 - Press the button "Pré-Visualizar"
   (Do you want some adjustments using the keyboard shortcuts available)

8 - Finally an image is ready to be set up, press the button "Criar Imagem" and indicating the desired path, press "Salvar".

WARNINGS:
- Whenever Import or Export a file, you should always add the name and extension.
- Do not manually change the generated source file, unless you know how to change your variables.